![]() |
PATH![]() |
![]() ![]() |
With the Mac OS 8.5 Control Manager, you can use the following constants of type ControlKeyScriptBehavior to specify the kind of behavior to be used in an editable text control with respect to changing and locking the keyboard menu as the field is focused. The ControlKeyScriptBehavior constants are set and retrieved with the kControlEditTextKeyScriptBehaviorTag control data tag constant; for details on kControlEditTextKeyScriptBehaviorTag , see Control Data Tag Constants .
enum {
kControlKeyScriptBehaviorAllowAnyScript = 'any ',
kControlKeyScriptBehaviorPrefersRoman = 'prmn',
kControlKeyScriptBehaviorRequiresRoman = 'rrmn'
};
typedef UInt32 ControlKeyScriptBehavior;
kControlKeyScriptBehaviorAllowAnyScript
kControlKeyScriptBehaviorPrefersRoman
kControlKeyScriptBehaviorRequiresRoman
Previous | Back Up One Level | Next |